PDF Functions
PHP Manual

PDF_place_image

(PHP 4, PECL pdflib >= 1.0.0)

PDF_place_imagePlaces an image on the page

Description

void pdf_place_image ( int $pdf document , int $image , double $x-coor , double $y-coor , double $scale )

The PDF_place_image() function places an image on the page at postion (x-coor , x-coor ). The image can be scaled at the same time.

See also PDF_put_image().


PDF Functions
PHP Manual